var sync.expunged
12 uses
sync (current package)
map.go#L78: var expunged = new(any)
map.go#L147: if p == nil || p == expunged {
map.go#L166: if p == nil || p == expunged || *p != old {
map.go#L179: if p == nil || p == expunged || *p != old {
map.go#L190: return e.p.CompareAndSwap(expunged, nil)
map.go#L245: if p == expunged {
map.go#L261: if p == expunged {
map.go#L303: if p == nil || p == expunged {
map.go#L319: if p == expunged {
map.go#L428: if p == nil || p == expunged || *p != old {
map.go#L509: if e.p.CompareAndSwap(nil, expunged) {
map.go#L514: return p == expunged
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |